home *** CD-ROM | disk | FTP | other *** search
- replay.onRelease = function()
- {
- _parent.gotoAndPlay("mainGame");
- };
- replay.onRollOver = function()
- {
- _parent.s_select.start();
- };
- replay.onPress = function()
- {
- _parent.btn.start();
- };
- vh.onRelease = function()
- {
- _root.titlescore = false;
- _root.gotoAndPlay("highscores2");
- };
- vh.onRollOver = function()
- {
- _parent.s_select.start();
- };
- vh.onPress = function()
- {
- _parent.btn.start();
- };
- mg.onRollOver = function()
- {
- _parent.s_select.start();
- };
- mg.onPress = function()
- {
- _parent.btn.start();
- };
-